home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / eudor154.zip / COMMON.Z / CTSNET.NAV < prev    next >
Text File  |  1995-12-14  |  513b  |  25 lines

  1. ;CTSNet service provider
  2. ;
  3. ; If you make a change to this file you should change the name (line above)
  4. ; and copy it into the scripts directory (in case you change scripts).
  5. ;
  6. set CRLFProcessing=0
  7. set TelnetCommand=telnet \{system} \{port}\r\n
  8. set SMTPHELOString=cts.com
  9. ;
  10. Cancelon |NO DIALTONE|BUSY|NO CARRIER|
  11. ;
  12. send ATDT {DialNumber}\r
  13. waitfor login:
  14. send {poplogin}\r
  15. waitfor Password:
  16. send {PopPass}\r
  17. waitfor "TERM"
  18. send \r
  19. Pause 1
  20. send \r
  21. waitfor %
  22. send exec srialpop\r
  23. waitfor %
  24. ;
  25.